home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / ano95.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  159 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 26 >= the duration of cast 29 then
  3.     set the sound of cast 29 to 0
  4.     go(3)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.